testing.testState.maxParallel (field)

3 uses

	testing (current package)
		testing.go#L1905: 	maxParallel int
		testing.go#L1912: 		maxParallel:   maxParallel,
		testing.go#L1919: 	if s.running < s.maxParallel {